@import url(https://fonts.googleapis.com/css2?family=DM+Mono&family=Questrial&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


.default {
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
	color: #62605F;
	font-family: 'Roboto', sans-serif;
}
.default-fit {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.ti { 
	text-align: center;
	font-size: 5.4vmax;
	color: #292727;
	font-weight: bold;
}
.ti2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 3.5vmin;
	color: #292727;
}
.h {
	font-size: 20px;
	color: #E6E6E6;
	line-height: 40px;
}
.links {
	text-align: center;
	display: block;
	padding: 2px;
	padding-bottom:10px;
}
.links a img {
	height: 40px;
}
.links a:hover img { 
	-webkit-mask-image: #000000 50% transparent;
	background-color: #FAF9F9;
}
.collapsetitle {
	text-align: center;
	font-weight: bolder;
	background-color: #292727;
	border-radius: 20px;
	cursor: grab;
	font-size: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;	
	color: #FFFFFF;
	position: sticky;
	top:0;
}
#toggle {
	max-height: 60px;
	overflow:hidden;
	transition: max-height 1.3s 0s ease;
	padding-bottom: 30px;
}
#toggle::-webkit-scrollbar {
	display:none;
	overflow: hidden;
}
#toggle:focus-within {
	max-height: 2000px;
	transition: max-height 1.3s 0s ease-in, padding-bottom 0s 0s;
	padding-bottom: 30px;
	overflow: auto;
}
#toggle:focus-within::-webkit-scrollbar {
	display:none;
	overflow: hidden;
}
#toggle:after {
	overflow: hidden;
	padding-bottom: 20px;
}
.aboutbody {
	text-align: left;
	margin-top: 20px;
	color: #292727;
	font-size: 1.9vh;
}
.projlist .row {
	margin-top: 20px;
	margin-bottom: 0px;
}
.projname {
	font-weight: 600;
	text-align: right;
	color: #1C1B1A;
	font-size: 2.2vh;
}
.projname a, .projbody a, .aboutbody a {
	colo: #62605F;
	color: #1C1B1A;
	font-weight: 500;
	transition: color .3s ease;
}
.projname a:hover, .projbody a:hover, .aboutbody a:hover {
	color: #EE6C4D;
	transition: color .3s ease;
}
.projbody {
	padding-top: 3px;
	color: #292727;
	font-size: 1.9vh;
	overflow: auto;
}
.linkbar {
	background-color: #1C1B1A;
	text-align:center;
	border-radius: 15px;
}
.contlist {
	margin-top:40px;
}
.contlinks {
	text-align:center;
	font-size: 20px;
	margin-bottom: 20px;
}
.contlinks a {
	color: #62605F;
	color: #1C1B1A;
	font-weight: bold;
	transition: color .3s ease;
	font-size: 3.3vmin;
}
.contlinks a:hover {
	color: #EE6C4D; 
	transition: color .3s ease;
}
.contform {
	margin-left: 0px;
	margin-right: 0px;
}
.mess {
	width:100%;
	color: #62605F;
	background-color: #FAF9F9;
	border: 1px #62605F solid;
	border-radius: 20px;
	padding-left:20px;
	padding-right:20px;
}
.bigmess {
	width:100%;
	color: #62605F;
	background-color: #FAF9F9;
	border: 1px #62605F solid;
	border-radius: 20px;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sub {
	margin-left: calc(40%);
	font-weight: bold;
	width: calc(20%);
	text-align:center;
	border-radius: 20px;
	border: none;
	padding: 10px;
}
.sub:hover {
	background-color: #EE6C4D;
}
.contbody {
	text-align: center;
	margin-top: 7px;
}
.contbody img {
	background-color: #5A5255;
	margin:5px;
	padding:5px;
	border-radius:5px;
	height: 40px;
}
/* ***** Contact Form Redirect ***** */
.redirect {
	font-size: 24pt;
	color: #292727;
	font-family: 'DM Mono', monospace;
	margin-top:50px;
}

/* *************** PURGE TOOL ***************** */
.purgebody {
	-webkit-text-size-adjust: 100%;
	background-color: #E6E6E6;
/*	font-family: 'Abril Fatface', cursive;
	font-family: 'Amatic SC', cursive;
	font-family: 'Questrial', sans-serif;
	font-family: 'Righteous', cursive;
/*	font-family: 'Comfortaa', cursive;*/
	font-family: 'Questrial', sans-serif;
}
.topnav {
	background-color: #1C1B1A;
	color: #ffffff;
	border-radius: 10px;
	padding-left: 10px;
}
.topnav a {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	transition: color .5s linear;
}
.topnav a:hover {
	color: #4797C6;
	transition: color .5s linear;
}

.purgetitle {
	text-align: center;
	font-size: 4vmin;
}
.purgelead {
	font-weight: bold;
}
.purgesub {

}
.purgemain {
	font-size: 13px;
}
.purgemain a {
	color: #1C1B1A;
	text-decoration:none;
	font-weight: bold;
}
.purgemain a:hover {
	color: #4797C6;
	transition: color .5s linear;
}
.proclead {
	color: #A4A2A1;
}
.procmain {
	font-size: 12px;
	margin-top: 5px;
}
.proccode {
	background-color: #FAF9F9;
	margin-top: 5px;
	border-radius: 15px;
	font-size: 10px;
	font-family: 'DM Mono', monospace;
	max-height: 40px;
	padding-left: 12px;
	padding-top:6px;
	padding-bottom: 6px;
}
#code {
	max-height: 60px;
	overflow: hidden;
	color: #137BB7;
	transition: max-height 1s .1s ease-out;
	/* -webkit-mask-image: linear-gradient(180deg, #000 90%, transparent); */
	margin-bottom: 10px;
}
#code:focus{
	max-height: 500px;
	transition: max-height 1s ease-in;
	-webkit-mask-image: none;
	margin-bottom: 10px;
	color: #137BB7;
	/* -webkit-mask-image: linear-gradient(180deg, #000 100%, transparent); */
	/* opacity: 90%; */
}
#codemysql {
	max-height: 60px;
	overflow: hidden;
	color: #137BB7;
	transition: max-height 1s 1000s ease-out;
	margin-bottom: 10px;
}
#codemysql:focus{
	max-height: 500px;
	transition: max-height 1s ease-in;
	-webkit-mask-image: none;
	margin-bottom: 10px;
	color: #137BB7;
	/* opacity: 90%; */
	/* -webkit-mask-image: linear-gradient(180deg, #000 100%, transparent); */
}
/* div.codet {
	max-height: 60px;
	overflow: hidden;
	color: #137BB7;
	transition: max-height 1s ease-out;
	margin-bottom: 10px;
	position: relative;
    height: 100px;
}
div.codet2{
	color: #137BB7;
	top: 100px;
	position: absolute;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.codet:hover, .codet:hover .codet2 {
	top:8px;
	transformY(500px);
	max-height: 500px;
} */

.comment {
	color: #559E83;
}

/* PICK A RECORD */
.pick {
	padding-top: 5px;
	margin:0px;
	text-align:center;
}
iframe.pickframe {
	border: 5px solid #62605F;
	border-radius: 20px;
	min-width: 800px;
	min-height: 850px;
	overflow: hidden;
}
#frame {
	border: 5px solid #62605F;
	transition: border 1s linear;
}
#frame:hover {
	border: 5px solid #137BB7;
	transition: border 1s linear;
}
/*COFFEE*/
.coffee {
	font-size: 1.5vmin;
	background-color: #F2D8AC;
	color: #3D2514;
}
.coffee-lead {
	font-weight: bold;
	font-size: 6vmin;
	color: #3D2514;
}

.coffee-sub {
	font-size: 2.5vmin;
}

.coffee-body-title {
	font-weight: bold;
}

.coffee-image-caption {
	text-align: center;
	font-weight: bold;
}

.coffee-body a{
	color: #62605f;
	font-weight: bold;
}
.coffee-body a:hover{
	text-decoration:none;
}

/*MIXES*/
.mix {
	font-family: 'Bebas Neue', cursive;
	font-size: 16pt;
	
}

.mixheader {
	color: #292727;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
	font-size: 25pt;	
	top:0;
	height: 100px;
}

.audio {
	text-align: center;
	padding: 10px;
	border-radius: 20px;
	background-color: #e0fbfc;
	margin: 10px;
	font-size: 16pt;
	width: 90%;
}

audio {
filter: sepia(20%) saturate(60%) grayscale(1) contrast(99%) invert(12%);
height: 25px;
width: 90%;

}

.mixtitle {
	color: #292727;
	text-align: center;
	align: center;
	border-radius: 20px;
	font-size: 16pt;
	padding-top: 5px;
	padding-bottom: 5px;	
	top:0;
}

.mixtitlecur {
		cursor: grab;
}

.mixtitlesub {
	color: #293241;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
	font-size: 13pt;
	padding-top: 5px;
	padding-bottom: 5px;	
	top:0;
}

.mixlisth {
	color: #293241;
	text-align: center;
	font-size: 12pt;
	cursor: grab;
	border-radius: 20px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

.mixlist {
	font-size: .7em;
	text-align: left;
	padding: 2px;
	border-radius: 20px;
	font-weight: normal;
	background-color: #faf9f9;
	scrollbar: hidden;
	width: 90%;
	align: center;
}

.mixtracks {
	padding: 10px;
}
.foot a {
	color: #1C1B1A;
	text-decoration:none;
	font-weight: normal;
	font-size: 6pt;
}

/*SALSA */

.salsa {
	background-color: #faf9f9;
	color: #1c1b1a;
}

.salsatitle {
	font-size: 36pt;
	color: #BF3E00;
}

.salsasubtitle {
	font-size: 28pt;
}

.salsalead {
	font-size: 32pt;
	line-height: 28px;
	background-color: #BF3E00;
	color: #faf9f9;
	text-transform: uppercase;
	width: 50%;
	align: bottom;
}

.salsabody {
	
}
.salsabody img, .salsa img {
	width: 50%;
}

/*XIU XIU */
.xx {
	background-color: #e0a5ed;
	color: #000000;
	max-width: 500px;
	align: center;
}

.xxheader {
	color: #000000;
	font-size: 36pt;
}

.xxtitle {
	font-size:13pt;
	text-align: center;
	font-weight: bold;
}

.xxsubtitle {
	font-size: 11pt;
	font-weight: bold;

}

.xximg {
	width:inherit;
	text-align: center;
}

.xximg img {
	height: auto;
	width: 95%;
	max-width: 390px;
}

.xxneeds {
	
}

.xxneeds td {
	font-size:8pt;
	border-bottom: solid 1px black;
}

.xxneeds a {
	color: black;
	text-align: center;
	font-size: 13pt;	
}

.xxd {
	text-align: center
}

.xxneeds a:hover {
	font-weight: bold;
}

.xb {
	font-style: italic;
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
	line-height: 6pt;
}
.xxnames {
	color: #000000;
	font-size: 10pt;
	margin-left: 20px;
}

.xxnames ul {
	/* list-style: none; */
	padding-left:0;
	margin-left:0;
}

.xxnames li {
	padding-left: 1em;
	text-indent: -1em;
	*list-style-type: '&#9876;';
}

.xxnames li:before {
  content: '';
  padding-right: 5px;
}

.cda {
	font-size: 9pt;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 5px;
}

.cda td {	
	width: 30%;
	height: 80px;
	vertical-align: top;
	font-weight: normal;
	border: 1px black solid;
	margin-top: 5px;

}

.t1 {
	text-align: left;
	font-size: 8pt;
}

div.t1b {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 9pt;
	/* border: 1px dotted black;
	border-top: none;
	border-bottom: none;
	height:200px; 
	scrolling:yes; 
	overflow:auto; */
	width:;
}

.hx {
	text-align:left;
}

.fg {
	text-align: center;
	font-weight: normal; 
	font-style: italic;
	font-size: 9pt;
}

.kid {
	width:100%;
	align:center;
}

